CloneDirectoryToISO method   

Adds an entire directory structure to the ISO/Joliet image. A wildcard may be used to only allow certain file types. The directory structure will be added to the image at the DestinationPath. For example, to add the contents of 'C:\Directory1' to the image destination folder '\NewFolder', the DestinationPath parameter would be '\NewFolder'. The SourcePath would be 'C:\Directory1\*.*'. As items are added to the image, the ISOItemAdded event will fire.

Return Type

A Boolean value.

Syntax

object.CloneDirectoryToISO(DestinationPath As String, SourcePath As String)

The CloneDirectoryToISO method syntax has these parts:

Part Description
object An expression evaluating to an object of type CDWriterXP.
DestinationPathString
SourcePathString